home *** CD-ROM | disk | FTP | other *** search
- Notes for CONFIG.FR and AUTOEXEC.FR
-
- This CONFIG.SYS / AUTOEXEC.BAT pair runs both on the user's work system and
- home system, and he used to have a main menu
-
- Where are you now?
- I'm at &Home
- I'm at &Work
-
- with a submenu for each computer. Now he's letting BOOT.SYS tell the
- difference:
-
- DEVICE=C:\BOOT\BOOT.SYS /D1 /N+ /T6 /U~ /P
- DEVICE=BOOT.IF EXIST C:\HOME.DSK
- DEVICE=BOOT.A
- DEVICE=BOOT.TOP ~Home machine
- rem Home menu here...
- DEVICE=BOOT.Z
-
- DEVICE=BOOT.ELSE
- DEVICE=BOOT.A
- DEVICE=BOOT.TOP ~Work machine
- rem Work menu here...
- DEVICE=BOOT.Z
- DEVICE=BOOT.ENDIF
- DEVICE=BOOT.END
-